home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best of Shareware
/
Best of PC Windows Shareware 1.0 - Wayzata Technology (7111) (1993).iso
/
mac
/
DOS
/
CAD_CAM
/
WCEDT202
/
READ.ME
< prev
next >
Wrap
Text File
|
1992-09-20
|
6KB
|
132 lines
1) Either add a new directory to your ACAD environment variable, or
copy all files to a directory which is in your environment path.
EXAMPLE:
SET ACAD=C:\ACAD\SUPPORT;C:\WCEDIT
2) After entering AutoCAD, type
'(load "WC")'.
3) Once registered, The command to run the editor is 'WC'.
At the AutoCAD command prompt, type 'WC'.
Notes:
Files pertinent to AutoCAD are:
WCEDIT.EXP
WCEDIT.HLP
WC.LSP
WCRLD.SCR
DICT.*
Registering the product:
1) Upon loading the program for the first time, you will be prompted
to register the product with the following screen:
The program WCEDIT Version 2.01 was not initialized!
-----------------------------------------------------------------------------
|The program WCEdit version 2.01 was not initialized! |
| |
|If you have previously configured this program, be sure the file |
|ELSA.CFG is in your AutoCAD path, via the ACAD environment variable. |
| |
|If this is not the case you must call 1-800-272-ELSA to register this |
|product for use. At that time we will ask you for the corresponding number|
|to register this product. |
| |
|Give us this code: XXX-XXX-XXX-XXX-XX |
|Enter the corresponding code now: |
|_ |
| |
-----------------------------------------------------------------------------
When you call to register the product, we will ask you for the number
which appears as XXX-XXX-XXX-XXX-XX. At that time, we will give you
a corresponding matching number for that code. Only one security number
will work per machine.
Once accepted, the following prompt will appear on your screen:
Code accepted. Program initialized.
You must call to register this product, prior to use. The cost
is, for a limited time, FREE.
This process of registration allows you to copy this program, and
all it's parts to friends and associates for demonstration purposes.
This process is also intended to give you immediate product upon
request, without the need for transport.
************* CHANGES FROM VER 2.0 TO VER 2.01 *****************
WCEdit 2.0 was previously restricted to files containing less than
65000 lines of text. This restriction has now been removed.
WCEdit 2.0 loaded large files (over 100k) rather slowly. 2.01 fixes
this problem bench marked at 2.4 meg in 20 seconds 486/33 w/cache.
The following AutoLISP functions have changed from int to real:
(WC_STATISTICS)
0 string left or Main buffer name with path.
1 string right buffer name with path.
2 int number of lines in file, starts w/line no. 1.
3 int blocking in effect in active buffer: 0 = none,1 = yes
4 int mark type: 1 = line, 2 = block
* 5 real key code of last key entered.
* 6 real column number of first column in window.
* 7 real row number of first row in window.
* 8 real markx1 [starting column].
* 9 real marky1 [starting row].
* 10 real markx2 [ending column, may be before starting column].
* 11 real marky2 [ending row, may be above starting row].
12 int file changed = 1.
13 int number buffers in editor.
14 int The current side of screen may have
the following values for the active
buffer's position and also may be
used to establish the windowing
scenario in affect:
0 - Single window.
1 - Vertical windows. Current is right.
2 - Vertical windows. Current is left.
3 - Horizontal windows. Current is top.
4 - Horizontal windows. Current is bottom.
15 int current x position on screen [starts @ 0].
16 int current y position on screen [starts @ 0].
17 string Help file name with path.
18 int current file index - which file out of nth 13.
19 int current line mode [25,43 or 50].
(WC_MOVE_RIGHT real) returns real
(WC_MOVE_LEFT real) returns real
(WC_MOVE_DOWN real) returns real
(WC_MOVE_UP real) returns real
(WC_ROW real) returns real
(WC_COL real) returns real
(WC_STUFFKEY real) returns real
************* CHANGES FROM VER 2.01 TO VER 2.02 *****************
2 bugs caused off by one problems in the spell checker C:SPELL and
AutoCAD text editor C:TEDIT
Brackets for single time comprehension now include:
{} () and [].
When in color mode, the comments were previously in dark gray color.
This is now a variable.
Added a command to remove ALL buffers from memory without saving them.
When in the directory/file dialog box to select a new or existing file
for edit, you may now type in a directory at the file prompt and
this will cause that directory to be the active one. You must end
the file string with a trailing backslash \.
For example, to reference <move to> the directory ACAD\SUPPORT
you would type in
\ACAD\SUPPORT\
The Changing case of text command now allow UPPERCASE,LOWERCASE
and ENTER to flip each char individually.